home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / util2 / statline.doc < prev    next >
Encoding:
Text File  |  1986-11-05  |  3.2 KB  |  61 lines

  1.  
  2.  
  3.                           HOW  TO  USE  STATLINE.COM
  4.  
  5.          Here's the way to give your NumLock, Capslock, and ScrollLock 
  6.          toggle keys status indicators and learn about 26th-line programming 
  7.          as well.  STATLINE.COM creates an extra line at the bottom of your 
  8.          screen.  It uses this line to display three "light", one for each 
  9.          of the three toggle keys, so you can always see exactly which state 
  10.          these three keys are in.
  11.  
  12.          The author of this utility program is John Socha, a contributor 
  13.          to PC Magazine.  The ASSEMBLY and BASIC source codes to make 
  14.          STATLINE.COM appeared in the July 1986 issue of PC Magazine, 
  15.          Volume 5, Number 13.
  16.  
  17.          USING STATLINE.COM - There are two ways to use STATLINE.  First you 
  18.          just type STATLINE at the DOS prompt to load it into memory.  It 
  19.          will stay there until the computer is rebooted.  The other way is 
  20.          to just add the command line:
  21.          
  22.                 STATLINE
  23.  
  24.          to your AUTOEXEC.BAT file.  This way you will have it all the time.
  25.          Be sure to have a copy of STATLINE.COM on your booting disk.
  26.  
  27.          STATLINE works directly with the hardware of the display adapter 
  28.          in your computer, which means that the program won't work with 
  29.          all display adapters.  STATLINE was written to work with the IBM 
  30.          Color/Graphics Adapter, IBM Monochrome Display Adapter, and the 
  31.          Compaq's built-in adapter.  If you have any other display adapter, 
  32.          STATLINE may or may not work properly; in particular, the program 
  33.          doesn't work with IBM's Enhanced Graphics Adapter(EGA).  
  34.          
  35.          When you run STATLINE two things will happen.  First, it will 
  36.          display the message "Installed Statline, by John Socha."  Next, the 
  37.          number of lines on the screen will change from 25 to 26.  Displayed 
  38.          on the 26th line will be the indicators.  For the CapsLock you will 
  39.          see a small Up Arrow appear in the center of the line.  For the 
  40.          NumLock you will see a "#" and for the ScrollLock you will see a 
  41.          double-ended arrow.  
  42.  
  43.          WORDS OF WARNING: STATLINE has a few quirks you should know about.  
  44.          First, while the program works on the Monochrome Display Adapter, 
  45.          its success there is incomplete.  The problem is that Monochrome 
  46.          Display Adapter doesn't have enough memory on board to display a 
  47.          full 26 lines, the 26th line will have only 48 characters on it.  
  48.          It uses 32 characters from the first line on the screen.  Next, 
  49.          STATLINE doesn't check to see if it's already in memory before 
  50.          it install itself, which is not a problem unless you also have 
  51.          SIDEKICK running on your system.  See the article about how to 
  52.          solve this problem.
  53.                                                 
  54.          To get the complete story, see the article, which starts on page 
  55.          305 of the above mentioned issue of PC Magazine.
  56.  
  57.          To print this file, set the printer to the top of the page and 
  58.          enter the following command:
  59.          
  60.                 A>copy STATLINE.DOC prn
  61.